GtkStack: Remove some useless function calls
authorTimm Bäder <mail@baedert.org>
Sun, 24 May 2015 19:20:48 +0000 (21:20 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 29 May 2015 15:37:04 +0000 (17:37 +0200)
commit0eddfcedb91429722914cdaa865a1dd687d93c69
tree83a8d9027d0e9627afcf341061ced8583b84b7d3
parent24193a38f05b3145eeac84fa056cdf98a14afb42
GtkStack: Remove some useless function calls

We will call gtk_widget_queue_resize anyway later when finishing the
(maybe non-running) transition, which will also cause the stack to be
repainted.
gtk/gtkstack.c